This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~George Loptumitheroni 7.Nov.03 12:12 AM a Web browser Applications Development6.0.2 CF2Windows XP
I have two list fields (say FieldA and FieldB).
FieldA contains: A, B, C, D, E, F
FieldB contains: X, Y, C, L, M, A
As you can see the common elements in both fields are C and A.
Is it possible (using @Formula) to return 'True' if one or more value(s) in FieldB that is also contains in FieldA? (i.e. the example above should return True)
The example below should return False as none of the elements of FieldB is in FieldA:
FieldA contains: A, B, C, D, E, F
FieldB contains: X, Y, Z